home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Oct 90 / MacApp.Tech$ 10⁄26⁄90 / 2237-Re[2] Macapp Menu bu-Oct90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.4 KB  |  33 lines  |  [TEXT/GEOL]

  1. Item    4959717                         24-Oct-90        02:07PDT
  2.  
  3. From:   CFI                             France - CFI Paris 11,IDV
  4.  
  5. To:     MACDTS                          Macintosh Developer Tech Supt
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Re: RE-Macapp Menu bug
  10.  
  11. Hi!
  12.  
  13.     Well, the reason why it is causing me problems is that I don't want the
  14. menubar to be visible, but accessible. I'm doing some multimedia stuff, with
  15. touch screens. My main window takes the full screen. I found out that Macapp
  16. supposed that every single application wanted menus. It is not possible to
  17. disable menus. (not every menu Item, but the whole menubar...). When you remove
  18. the MBAR resource, for example, macapp crashes. (It crashed with 2.0b9, I
  19. didn't try with 2.0 final). The kind of macapp support I would need, is some
  20. Hide/ShowMenubar gear.
  21.  
  22.     More precisely, the trouble I had was this one: I have, like I said a main
  23. window, and only one. But every so often, I need to get the address of the
  24. user. (This software is for an show. Everytime a user has finished the "game",
  25. a dialog appears and asks for his name, address, etc...). What happened was,
  26. when I closed the dialog, my mainwindow drew itself OVER the menubar, like
  27. usual, but, since an event was generated that invalidated the menubar, it was
  28. drawn OVER my window, letting the MBAR appear on the screen.
  29. This is why I had to apply this override.
  30.  
  31.                                    Nico...
  32.  
  33.